IsAuthorized
Server.IsAuthorized can be used with the Server.Authorize to selectively install certificates (RFgen licenses) to a large quantity of devices that are intended to run in batch / offline mode.
If True is returned from the executed Server.IsAuthorized command, then its authorized to run in batch mode.
If False is returned from the executed Server.IsAuthorized command, then the device does not have an Authorization Certificate installed.
Group: Server Extensions
Syntax: bOK = Server.IsAuthorized
bOK (Boolean) True means the device is licensed to run in batch/mobile mode.
Example
Dim bOK as Boolean
bOK = Server.IsAuthorized